home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / GENERAL.HLP < prev    next >
Text File  |  1993-05-02  |  21KB  |  525 lines

  1.  
  2.  
  3. ┌─────────────────────────────────────────────────────────────────────────────┐
  4. │ General Informations about THE JL's.........................................│
  5. └─────────────────────────────────────────────────────────────────────────────┘
  6.  
  7.                    ╔════════════════════════════════╗
  8.                    ║ READING THIS FILE IS IMPORTANT ║
  9.                    ╚════════════════════════════════╝
  10.  
  11.                      Contents
  12.                      ───────────────────────────────
  13.                    ■ Description of general options
  14.                    ■ CONFIG.SYS
  15.                    ■ JL*.CNF
  16.                    ■ JLPATH within your environment
  17.                    ■ Limitations
  18.                    ■ General parameters
  19.                    ■ General things
  20.                    ■ ERROR CODES
  21.  
  22.  
  23.  
  24. Here you find informations about general options, limitations, JL*.CNF
  25. and how to set the JLPATH Environment Variable.
  26.  
  27. JLUTIL is an Utility from Juergen Lorenz, Germany. It is compiled with
  28. the latest version of Turbo Pascal and includes several powerful options.
  29. Start JLUTIL with the available options.
  30.  
  31.      e.g.       JLUTIL /DC
  32.      or         JLUTIL /IL /AN /DM ?,30 /SU
  33.            
  34. The program has access to the environment, so you can start JLUTIL
  35. from any directory, if you have specified the GT-Directory with
  36. SET GTPATH= and the JL-Directory with SET JLPATH= Command.
  37.  
  38. You can redirect the input and/or the output and you can use JLUTIL
  39. remotely.
  40.                  
  41.      e.g.       JLUTIL /DM  < TEST01.BEH
  42.      or         JLUTIL /AN  > ANALYSIS.TXT
  43.  
  44. Most of the JLUTIL-Activities are logged into a file called JL.LOG.
  45. If you want to have Extended Logging you must set in JL*.CNF EL=TRUE.
  46.  
  47. Within the file JL.CTL are some informations stored about the usage of
  48. JLUTIL. /AN -J sends me the content as a msg. JLUTIL sends me sometimes
  49. automatically a report. This helps me to enhance JLUTIL and to see,
  50. which options are in use and which aren't. Also i get a feeling, how
  51. many people are using JLUTIL.
  52.  
  53. Because a hyphen indicates, that the following chars are switches,
  54. THE JL's will not work properly, if you use a hyphen within a parameter.
  55.  
  56.  
  57.  
  58. ┌─Description of general options─────────────────────────────────────────────┐
  59. └────────────────────────────────────────────────────────────────────────────┘
  60.  
  61.   The following general options can be used every time, you are running
  62.   THE JL's.
  63.  
  64.  
  65. ┌─────────────────────┐
  66. │ /DATE i,..,j[k,..m] │
  67. └─────────────────────┘
  68.  
  69.    i is a day, k a weekday. You can specify at which date JLUTIL will be
  70.    executed, eg JLUTIL /IL -M /DATE 1, this will produce a monthly report,
  71.    if it is the first day of the month. The format is:  /DATE days delimited
  72.    with commas and followed with the weekdays in brackets.
  73.    eg JLUTIL /MO /DATE 1,15[0]  This will run the Register-Module at every
  74.    first and the 15th day of a month and at every Sunday.  (Sunday[0] ..
  75.    Saterday[6]).  eg JLUTIL /AN /DATE [0]  makes an analysis at every Sunday.
  76.  
  77.  
  78. ┌────────┐
  79. │ /DEBUG │
  80. └────────┘
  81.  
  82.    displays passed marks (only for Error trapping). You can see which files
  83.    JLUTIL assigns and closes.  Run eg. JLUTIL /AN /DEBUG
  84.  
  85.  
  86. ┌────────┐
  87. │ /PAUSE │
  88. └────────┘
  89.  
  90.    If you insert this parameter, JLUTIL will pause after  24 lines.
  91.  
  92.  
  93. ┌─────────┐
  94. │ /EXTLOG │
  95. └─────────┘
  96.  
  97.    Force ExtendedLog. Or use the EL= Line within JL*.CNF.
  98.  
  99.  
  100. ┌───────┐
  101. │ /!001 │
  102. └───────┘
  103.  
  104.    You can setup a File for each option. The Name is JL{xx}.TXT, where xx
  105.    stands for the name of the option. To setup a file for the option SU
  106.    (Search UserNames) you have to create and edit a file with the name
  107.    JL{SU}.TXT. This File will be displayed after the JLHeader, if it exists
  108.    and you specified this general parameter, and after displaying this File,
  109.    the User will be asked, if he wants to continue. This helps you to
  110.    explain each option. These files must be in the subdirectory MISC of
  111.    JLPATH.
  112.  
  113.  
  114. ┌───────┐
  115. │ /!002 │
  116. └───────┘
  117.  
  118.    Use this general option, if you get a TP Error 203 (Heap Overflow).
  119.    THE JL's will not copy JL.MSG to the heap, if this option is used,
  120.    and this will save some memory of the heap. So you have a good
  121.    chance, that now the size of the heap is big enough. If this
  122.    doesn't help, you should report me the problem.
  123.  
  124.  
  125. ┌───────┐
  126. │ /!003 │
  127. └───────┘
  128.  
  129.    If you use this parameter, THE JL's skip reading GTUSER.BBS. They
  130.    set the actual user to SA= in JL*.CNF and give him level [0] and the
  131.    authorization [SY]. This is useful, if you want to use an option
  132.    like PM or the Bank System and you don't want to change GTUSER.BBS,
  133.    but you want to use the option as yourself and not as the last logged on
  134.    user.
  135.  
  136.  
  137. ┌───────┐
  138. │ /!004 │
  139. └───────┘
  140.  
  141.    Normally THE JL's try to use EMS, if available. Normally this works,
  142.    if you have EMS or not. But if strange things happen during the check
  143.    for EMS, you should specify /!004. This will force THE JL's not to try
  144.    to use EMS. You should use this switch also, if you need your EMS
  145.    for something else or if THE JL's have problems with the EMS.
  146.  
  147.  
  148. ┌───────┐
  149. │ /!005 │
  150. └───────┘
  151.  
  152.    Displays the JLTP SerialNumber. Programs programmed by myself
  153.    or by others, which are using the JLTPGT Units, have a JLTP
  154.    serialnumber. My JLTP serialnumber is 1.
  155.  
  156.  
  157. ┌───────┐
  158. │ /!006 │
  159. └───────┘
  160.  
  161.    Forces the JL's to skip the check of JL*.CNF and GT.CNF for unknown or
  162.    double variables.
  163.  
  164.  
  165.  
  166.  
  167.  
  168. ┌─CONFIG.SYS─────────────────────────────────────────────────────────────────┐
  169. └────────────────────────────────────────────────────────────────────────────┘
  170.  
  171.   THE JL's open some Files and need ANSI.SYS. Please insert the following
  172.   lines into your CONFIG.SYS.
  173.  
  174.                          ┌CONFIG.SYS──────────────────┐
  175.                          │                            │
  176.                          │  DEVICE   = ANSI.SYS       │
  177.                          │  FILES    = 50  {or more}  │
  178.                          └────────────────────────────┘
  179.  
  180.  
  181. ┌─*.CNF──────────────────────────────────────────────────────────────────────┐
  182. └────────────────────────────────────────────────────────────────────────────┘
  183.  
  184. In position  1-2 of  each record  in the configuration file is a code to
  185. identify a parameter.    After  the  "=",  the  value  of  the parameter
  186. appears. You can specify a value, but it is not necessary. But if a
  187. variable is missing, THE JL's will quit with an error. So you have to
  188. insert all variables, but you can leave them blank.
  189.  
  190.  
  191. ┌──────────────────────────────┐
  192. │ Serial-specific informations │
  193. └──────────────────────────────┘
  194.  
  195.   SA=Your Name              SystemAdministrator
  196.   SO=ALL                    Registered Options.
  197.   SN=000000                 SerialNumber
  198.   SC=xxxx-yyyy              SerialNumber CRC, if known
  199.   NC=xxxx-yyyy              Local NetMail Coordinator CRC, if known
  200.   DC=xxxx-yyyy              Distributor CRC, if known
  201.  
  202.  
  203. ┌───────────────────┐
  204. │ Names of CoSysops │
  205. └───────────────────┘
  206.  
  207.   MM=Name of CoSysop        CoSysop for Msgs
  208.   UM=Name of CoSysop        CoSysop for Users
  209.   FM=Name of CoSysop        CoSysop for Files
  210.  
  211. ┌──────────────────┐
  212. │ GT Compatibility │
  213. └──────────────────┘
  214.  
  215.   GT=17                     GT-Version IN [0,14,15,16,17]
  216.                             If you specify GT=0, THE JL's are running in
  217.                             local mode. They don't need GT. Everybody, if
  218.                             he has a GT BBS installed or not, can run THE
  219.                             JL's then, but of course only options, which
  220.                             don't need GT.
  221.                             If you set GT to 17, JLUTIL will set the
  222.                             GTVersion internally back to 16, because
  223.                             THE JL's are treating GT16 & GT17 equally.
  224.  
  225.  
  226. ┌──────────────────────┐
  227. │ Variables for JLPLOT │
  228. └──────────────────────┘
  229.  
  230.   OD=01-01-89               Date for JLCALL1.LOG, JLCALL2.LOG and
  231.                             JLREAD.LOG. JLUTIL loggs the number of
  232.                             days between this and the actual date.
  233.  
  234.  
  235. ┌─────────────────────────┐
  236. │ Directories for the MCS │
  237. └─────────────────────────┘
  238.  
  239.   M1=E:\GT\MCSUSER          The MCS writes UserMsgs  into this MSG-Area
  240.   M2=E:\GT\MCSSYSOP         The MCS writes SysopMsgs into this MSG-Area
  241.   M3=E:\GT\MAILING          The option ML (MailingLists) writes Msgs into
  242.                                 this MSG-Area
  243.  
  244. ┌───────────────┐
  245. │ Miscellaneous │
  246. └───────────────┘
  247.  
  248.   DI=1                      Display:  1  Normal  (redirectable)
  249.                                       2  Faster  (local mode, not redirectable)
  250.  
  251.   MD=C                      MAIL-DRIVE (here are \MAILOUT etc.)
  252.   ZP=C:\TOOLS\              ZIP-PATH   (here are PKZIP.EXE and PKUNZIP.EXE)
  253.  
  254.   MP=C:\JLUTIL\MSG\         MSG-Path   (here are 00= to ..., *.MSG)
  255.   HP=C:\JLUTIL\HLP\         HLP-Path   (here are all *.HLP Files of THE JL's)
  256.   QP=C:\JLUTIL\QST\         QST-Path   (here are all QUEST*.* Files for /QU)
  257.   TP=C:\JLUTIL\MLT\         MLT-Path   (here are all *.@ML files for /ML)
  258.   BP=C:\JLUTIL\BANK         The homedirectory of JLBANK.
  259.  
  260.                             If you have specified HP=D:\JLUTIL\HLP\ then
  261.                             JLUTIL searches the *.HLP files within
  262.                             C:\JLUTIL\HLP\*.HLP.
  263.  
  264.   EL=TRUE                   EXTENDED LOGGING  True OR False
  265.   PL=4                      Minimum Password Length (for /IP /CU)
  266.   PH=TRUE                   Display PhoneNumber (for /SU /MC)  TRUE or FALSE
  267.   AN=TRUE                   ANSI:  TRUE / FALSE / CALLER
  268.   TO=5                      TimeOut in minutes. If you specify TO=0,
  269.                             the timeout feature, while waiting for an
  270.                             input, will be inactive.
  271.   CU=                       Currency String  (for /IL and JLBANK)
  272.                             eg. DM, $US
  273.   ED=INTERNAL               Name of your Editor (including Path)
  274.                             eg: ED=C:\TOOLS\Q.EXE
  275.                             or: ED=INTERNAL  if you want to use the
  276.                                              internal Editor.
  277.                             WARNING: If you specify an editor, which has a
  278.                             shell option and a logged on user runs an
  279.                             option, which uses the editor, you give him
  280.                             access to DOS !
  281.   DE=                       DefaultCommandLine, if the CommandLine is
  282.                             empty. If you entering at the DOS Prompt JLUTIL
  283.                             without any parameters, JLUTIL will do, what is
  284.                             specified here. If DE=/HE, it will run HE.
  285.   KI=TRUE                   Can be TRUE or FALSE.
  286.                             With this variable you can determine, if Users
  287.                             with invalid levels will be killed - if KI=TRUE
  288.                             - or not - if KI=FALSE. Valid levels are
  289.                             IN ['0'..'9','A'..'Z','a'..'z'].
  290.  
  291.  
  292. ┌────────────────────┐
  293. │ Colors of THE JL's │
  294. └────────────────────┘
  295.  
  296.   If you don't insert the following variables, JLUTIL uses the
  297.   GT Colors from GT.CNF. You can overwrite the GT Colors with
  298.   specifying different values within JL*.CNF.
  299.  
  300.  
  301.             ┌─Color Number Table─────────────────────┐
  302.             │                                        │
  303.             │ Dark Colors         Light Colors       │
  304.             │ ════════════════    ══════════════════ │
  305.             │ 0 : Black           8  : Dark Gray     │
  306.             │ 1 : Blue            9  : Light Blue    │
  307.             │ 2 : Green           10 : Light Green   │
  308.             │ 3 : Cyan            11 : Light Cyan    │
  309.             │ 4 : Red             12 : Light Red     │
  310.             │ 5 : Magenta         13 : Light Magenta │
  311.             │ 6 : Brown           14 : Yellow        │
  312.             │ 7 : Light Gray      15 : White         │
  313.             └────────────────────────────────────────┘
  314.  
  315.  
  316.   WF= Window foreground color number.  Anyone of the 16 values from the
  317.       table above.
  318.   WB= Window background color number.  Anyone of the DARK shades, 0-7,
  319.       from the table above.
  320.   WR= Window-frame foreground color number.  Anyone of the 16 values
  321.       from the table above.
  322.   WS= Window-frame background color number.  Anyone of the DARK shades
  323.                  from the table above.
  324.   HF= Option hi-lite color, foreground.
  325.   HB= Option hi-lite color, background.
  326.   OF= Option lo-lite color, foreground.
  327.   OB= Option lo-lite color, background.
  328.   TF= Status line color, foreground.
  329.   TB= Status line color, background.
  330.   WU= Window Title color, foreground.
  331.   WV= Window Title color, background.
  332.   DU= Phone directory hi-lite color, foreground.
  333.   DV= Phone directory hi-lite color, background.
  334.  
  335.  
  336.  
  337. ┌─JLPATH within your environment─────────────────────────────────────────────┐
  338. └────────────────────────────────────────────────────────────────────────────┘
  339.                 
  340. Please set the JLPATH= Variable with the SET Command:
  341.  
  342.     e.g.   SET JLPATH=_______________ to the home directory of THE JL's.
  343.           
  344.  
  345. The specified directory is the home directory of JLUTIL. Here must
  346. be all JLUTIL Files. Put this commandline into your AUTOEXEC.BAT.
  347.  
  348. Add also the JLUTIL directory to PATH in AUTOEXEC.BAT.
  349.  
  350.  
  351.  
  352. ┌─Limitations────────────────────────────────────────────────────────────────┐
  353. └────────────────────────────────────────────────────────────────────────────┘
  354.  
  355.   ■        200 User   large PickLists
  356.   ■       ---- KB     Undelimited Editor
  357.   ■   1.1e4932 Calls  Display Calls
  358.  
  359.  
  360.  
  361.  
  362. ┌─General parameters─────────────────────────────────────────────────────────┐
  363. └────────────────────────────────────────────────────────────────────────────┘
  364.  
  365. ┌─────────┐
  366. │ MsgArea │
  367. └─────────┘
  368.  
  369.   Here you can specify the [DosName] of the MsgArea, or you
  370.   specify [?] and choose the MsgArea from a menue. If you want,
  371.   you can specify [~] to select the NetMailArea. [*] to select all
  372.   MsgAreas.
  373.  
  374.  
  375. ┌─General things─────────────────────────────────────────────────────────────┐
  376. └────────────────────────────────────────────────────────────────────────────┘
  377.  
  378. THE JL's are assuming that they are in use by the logged on GTUser,
  379. who is specified in GTUSER.BBS. If you are using THE JL's locally,
  380. you have to change GTUSER.BBS. Perhaps you make your own GTUSER.MY
  381. and if you want to use THE JL's you start a batch, which copies
  382. GTUSER.MY to GTUSER.BBS before it runs THE JL's.
  383.  
  384.  
  385.  
  386. ┌─ERROR CODES────────────────────────────────────────────────────────────────┐
  387. └────────────────────────────────────────────────────────────────────────────┘
  388.  
  389. If an error occurs, please make use of the possibility to run THE JL's
  390. in debug mode using the general parameter /DEBUG.
  391.  
  392.  1  The variable GTPATH= isn't specified within the environment.
  393.     Enter GTPATH=xxx at the DOS prompt (xxx must be your GT directory).
  394.  
  395.  2  NOT IN USE.
  396.  
  397.  3  The variable JLPATH= isn't specified within the environment.
  398.     Enter JLPATH=xxx at the DOS prompt (xxx must be your JL directory).
  399.  
  400.  4  THE JL's want to delete a file, but this is impossible. Perhaps
  401.     because it is readonly or the PATH is incorrect etc. Check the
  402.     filename. Perhaps it was in use by another program. While trying
  403.     to delete the file an ioerror happened.
  404.  
  405.  5  NOT IN USE.
  406.  
  407.  6  Read the Error-Message.
  408.  
  409.  7  THE JL's tried to convert a string to a number, which failed.
  410.     Perhaps the string contains chars. Perhaps it exceeds the
  411.     number format. Nevertheless, you can do nothing. Write me a
  412.     short message.
  413.  
  414.  8  JL*.CNF, GT.CNF or another configuration file contains a
  415.     variable, which must be followed by a number. But within your
  416.     configuration file this variable isn't set to a number.
  417.     Perhaps it contains chars. Check the configuration file
  418.     and search for the specified variable.
  419.  
  420.  9  THE JL's tries to use a number, but the number is out of range.
  421.     Perhaps it exceeds the number format. Nevertheless, you can do
  422.     nothing. Write me a short message. Perhaps you have set
  423.     a variable within JL*.CNF to an inpropper value. The error message
  424.     contains the name of the procedure, in which the range error
  425.     occured. Please give me this name too. This error means, that
  426.     i have specified a value, which hasn't been specified in this
  427.     procedure.
  428.  
  429. 10  THE JL's looks for an operand, but can't find it. Nevertheless,
  430.     you can do nothing. Write me a short message. Look into the HLP
  431.     file, if this option needs an parameter, which you haven't
  432.     specified.
  433.  
  434. 11  NOT IN USE. (out of range ?)
  435.  
  436. 12  Read the Error-Message.
  437.  
  438. 13  Programming Error (TPGT).
  439.  
  440. 14
  441. 15
  442.  
  443. 16  Timeout. The JL's have detected a delay while waiting for an
  444.     input, which was longer than specified in JL*.CNF.
  445.  
  446. 17  THE JL's want to print, but this is impossible. Perhaps the
  447.     printer is offline or the connection between the computer
  448.     and the printer is invalid.
  449.  
  450. 18  THE JL's try to find a record in the GT-User database, but
  451.     they don't find this record. Perhaps the index file must
  452.     be reconstructed. Check, if you find the record of the
  453.     specified Username in USER.CTL with a program like SYSOP.EXE.
  454.  
  455. 19  THE JL's tried to read a file and detected an uninspected
  456.     end of this file, so the format is invalid. This can happen,
  457.     if you have specified a wrong GT Version (the length of user-
  458.     record or a message-record are not identical between all GT Versions).
  459.     Look at the specified file and check, if the file looks
  460.     alright. An ioerror happened during reading the specified
  461.     file.
  462.  
  463. 20  A TurboPascal Error occured. If the TP error is #203, then use
  464.     the general option /!002. Nevertheless, you can do nothing.
  465.     Write me a short message with the errornumber of TurboPascal.
  466.  
  467. 21  You specified a GT-version in JL*.CNF, which is not valid.
  468.     Look above, which settings are correct.
  469.  
  470. 22  NOT IN USE.
  471.  
  472. 23  THE JL's want to open a file, but this is impossible. Perhaps
  473.     because the PATH is incorrect or the file doesn't exist. Please
  474.     check the filename and look, if you have set the variables
  475.     MP=, HP= and QP= within JL*.CNF correctly. Look if you can
  476.     find the specified file. Is the attribute perhaps hidden ?
  477.     Is the file in use by another program, which doesn't close the
  478.     file or give it free for writing ? Are you using a LAN ?
  479.  
  480. 24
  481.  
  482. 25  A line within JL???.MSG hasn't been found. Is your JL???.MSG invalid ?
  483.     Have you changed it ?  Look into the original JL???.MSG and add
  484.     this line.
  485.  
  486. 26  A line within JL???.MSG was empty. You have killed a line, and now
  487.     this line is empty, but THE JL's need this line.
  488.  
  489. 27  THE JL's tried to write to a file, which failed. An ioerror happened
  490.     during writing to the specified file. Is this file perhaps read-only ?
  491.  
  492. 28  THE JL's tried to get the filepos of a file, which failed. An ioerror
  493.     happened during getting the filepos of the specified file. Is this file
  494.     perhaps read-only or used by another program ?
  495.  
  496. 29  THE JL's tried to seek a position in a file, which failed. An ioerror
  497.     happened during seeking this position in the specified file. Is this file
  498.     perhaps read-only or used by another program ?  Is this file too
  499.     short ?
  500.  
  501. 30  THE JL's tried to look, if the EOF of a file has been reached, which
  502.     failed. An ioerror happened during this action. Is this file perhaps
  503.     read-only or used by another program ?
  504.  
  505. 33  THE JL's scanned the *.CNF file and detected a variable several
  506.     times.
  507.  
  508. 34  THE JL's scanned the *.CNF file and detected a variable, which it
  509.     doesn't know.
  510.  
  511. 35  THE JL's scanned JLxxx.MSG and detected, that this file has been
  512.     edited by you or somebody else. Only registered copies of THE JL's
  513.     are allowing, that you setup JLxxx.MSG for your own wishes. You
  514.     got this error, because you changed JLxxx.MSG and you have not a
  515.     registered copy. You can register or you use the original JLxxx.MSG
  516.     file.
  517.  
  518.  
  519. ┌────────────────────────────────────────────────────────────────────────────┐
  520. └────────────────────────────────────────────────────────────────────────────┘
  521.  
  522.  Please read HISTORY.DOC too.
  523.  
  524.  
  525.